  /* header/logo  */
/* body {
    height: 100vh;
  } */

  .header img {
    height: 90px;
    margin-top: 10px;
    margin-left: 19%;
    margin-bottom: 20px;
  }

  .header h3 {
    margin-left: -45px;
    display: inline;
    padding: 55px;
    color: #2e5cb8;
    font-size: x-large;
    font-style: oblique;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .social-icons {
    justify-content: center;
    display: inline-flex;
    padding-bottom: 10px;
    margin-left: 13%;
    list-style-type: none;
    animation: icons 2s backwards;
    animation-delay: 2s;

  }

  @keyframes icons {
    0% {
      width: 0%;
    }
  }

  .social-icons i {
    color: black;
    margin: 0.50rem;
    font-size: 24px;
  }

  /* navbar */
  .link {
    background-color: #2e5cb8;
    margin-bottom: 5px;
   
  }

  .breadcrumb-item +.breadcrumb-item::before {
    color: rgb(241, 202, 103);
    margin-top: 5px;
 
  }

  .link a{
    color: aliceblue;
    margin-top: 10px;
    display: flex;
    font-size: 13px;
    text-decoration: none;
   
  }

  .dropdown-content{
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    margin-top: 7%;
   }

  .dropdown-content a {
    color: white;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    display: block;

  }

  .dropdown-content hr {
    margin-top: 2px;
    margin-bottom: -10px;
    border: 1px solid rgb(241, 202, 103);
  }

  .dropdown:hover .dropdown-content {
    display: block;
    color: rgb(241, 202, 103);
  }

  .breadcrumb>.active a {
    color: rgb(241, 202, 103);
  }

  .link a:hover {
    color: rgb(241, 202, 103);
 
  }  


  /* index */
   .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 60px;
    width: 70px;
  }

  .carousel-indicators [data-bs-target] {
    margin-bottom: 20px;
    border-radius: 100%;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    transition: 0.2s ease-in-out left;
    font-weight: lighter;
    margin:5px;
   
   }

  .card-img-overlay {
    margin-top: 400px;
    max-width: auto;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .card-img-overlay h1 {
    transform: translateX(-200%);
    position: relative;
    text-align: center;
    font-size: 500%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    color: white;
    animation: slide-in-anim 1.5s ease-out forwards;
    animation-delay: 2s;
  }

  @keyframes slide-in-anim {
    100% {
      opacity: 1;
      transform: translateX(5%);
    }
  }

  .card-img-overlay p {
    text-align: center;
    color: white;
    font-size: 200%;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;
  }

  .horizontal {
    transition: 0s ease-in-out left;
    text-align: center;
    display: block;
    height: 5px;
    width: 100px;
    border: 0;
    border-top: 8px solid rgb(240, 191, 68);
    margin: 1.5em 0;
    margin-left: 46%;
    display: flex;
    animation: hr 1s forwards;
    animation-delay: 2s;
  }

  @keyframes hr {
    20% {
      width: 0;
    }
  }
  h3 {
   font-style: italic;
    padding-top: 30px;
    text-align: center;
    font-weight: 500;
   
  } 
 

  .column-container {
    background-color: #2e5cb8;
    max-width: 100%;
  }

  .img1 {
    width: 70%;
    height: 100%;
    animation-delay: 3s;
    animation: slide-image 1s ease-out forwards;
  }

  @keyframes slide-image {
    100% {
      opacity: 1;
      transform: translateX(40%);
    }
  }

  .img2 {
    width: 60%;
    margin-left: 8%;
    height: 100%
  }

  .separater {
    margin-top: 1.5%;
    background-color: rgb(240, 191, 68);

  }

  .column-1 {
    background-color: #2e5cb8;
    padding-bottom: 20px;
    animation: slide-column 1s ease-in reverse;
    animation-delay: 3s;
  }

  @keyframes slide-column {
    100% {
      opacity: 1;
      transform: translateX(100%);
    }

  }

  .column-1 h2 {
    padding-top: 3%;
    position: relative;
    text-align: center;
    font-size: 400%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;

  }

  .column-1 p {
    margin-right: 24%;
    margin-left: 24%;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: rgb(240, 191, 68);
    font-size: medium;
  }

  .column-1 a {
    margin-left: 35%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    padding-left: 2px;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    margin-bottom: 30px;
  }

  .column-2 {
    background-color: rgb(94, 215, 181);
    padding-bottom: 20px;
  }

  .column-2 h3 {
    color: #2e5cb8;
    text-align: center;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -0.05em;
    padding-top: 30px;

  }

  .column-2 a {
    color: #2e5cb8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: oblique;
    letter-spacing: -0.05em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: large;
    margin-left: 20%;
    margin-right: 20%;
  }

  .column-2 h4 {
    color: #2e5cb8;
    text-align: center;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -0.05em;
    font-size: x-large;
    margin-top: -3%;

  }

  form {
    color: black;
    font-weight: lighter;
    font-size: medium;
    margin-top: 4%;
  }

  form label {
    padding-bottom: 1%;
    word-spacing: 0.40em;
    letter-spacing: 0.08em;
  }

  form hr {
    margin-left: 25%;

  }

  form button {
    border: none;
    background-color: rgb(94, 215, 181);
    font-size: x-large;
    letter-spacing: -0.05em;
    font-style: italic;
  }

  .video {
    margin-left: 30px;
    margin-top: 80px;
  }

  .news {
    padding: 3%;
    color: #2e5cb8;
    text-align: center;
  }

  .news h1 {
    letter-spacing: -0.05em;
    font-size: 600%;
    font-weight: 300;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .news h3 {
    letter-spacing: -0.05em;
    font-style: inherit;
    padding-top: 0;
    color: rgb(85, 85, 85);
    font-weight: 700;
    font-size: 25px;
  }

  .news hr {
    transition: 0s ease-in-out left;
    text-align: center;
    display: block;
    height: 3px;
    width: 9%;
   border: 5px solid rgba(155, 17, 17, 0.895);
    margin: 1.5em 0;
    margin-left: 45%;
    display: flex;
    animation: hr 1s forwards;
    animation-delay: 3s;
  }

  @keyframes hr {
    20% {
      width: 0;
    }
  }

  .card-image-body {
    height: 100%;
    width: 90%;
    padding-right: 0%;
    border-style: ridge;
    box-sizing: border-box;
    margin-bottom: 3px;

  }

  .card-body a {
    font-size: large;
    font-weight: 100;
    text-decoration: none;
    font-family: monospace;
    color: black;
  }

  .card-body a:hover {
    color: rgb(0, 128, 122);
  }

  .btn-lg {
    background-color: rgb(251, 197, 62);
    font-size: medium;
    margin-left: 44%;
    margin-top: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    margin-bottom: 30px;
    color: #2e5cb8;
    animation: dude 1s ease-out forwards;
    animation-delay: 4s;
  }

  @keyframes dude {
    100% {
      opacity: 1;
      transform: translateX(10%);
    }
  }

  .btn-lg:hover {
    background-color: rgb(241, 212, 137);
  }
  

  /* footer */
  .footer {
    background-color: #2e5cb8;
  }

  .footer h2 {
    text-align: center;
    color: white;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 3%;
  }

  .footer-social-icons {
    justify-content: center;
    display: inline-flex;
    list-style-type: none;
    animation: footer-icons 2s ease-in;
    animation-delay: 4s;
  }

  @keyframes footer-icons { b  
    0% {
      width: 80%;
    }
  }

  .footer-social-icons i {
    color: white;
    margin: 0.50rem;
    font-size: 36px;

  }

  .footer hr {
    background-color: rgba(251, 255, 125, 0.914);
    height: 1.5px;

  }

  .footer-copyright {
    text-align: center;
    color: white;
    font-size: x-small;
    padding-bottom: 10px;
    font-weight: 100;
    justify-content: center;
    margin-left: 43%;

  }

  .container-content {
    position: relative;
    width: 50%;
  }

  .image {
    display: block;
    width: 130%;
    height: 100%;
    padding-top: 40%;
    padding-bottom: 30%;
    justify-content: center;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    margin-top: 50%;
    margin-bottom: 30%;
    height: 67.3%;
    width: 130%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.5);
  }

  .container-content:hover .overlay {
    opacity: 1;
  }

  .text {
    color: white;
    font-size: medium;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  /* iEARN */
  .about-content b {
    font-size: 300%;
    font-family: Georgia, serif;
  }

  p {
    font-size: small;
    text-align: justify;
    word-spacing: 0.05em;
    letter-spacing: 0em;
  }

  .about-content h3 {
    margin-top: -20px;
    font-family: Georgia, serif;
    font-size: large;
    text-align: left;
    font-weight: bold;
  }
  #image-carousel img{
    border-radius: 60%;
    width:80%;
    border:1px solid grey;
    margin-top: 20%;
  }
     
  #prev-icon,
  #next-icon{
   position: absolute;
   top: 50%;
   background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
   color: #7d7d7d;
   filter: invert(77%) sepia(32%) saturate(2%) hue-rotate(344deg) brightness(90%) contrast(103%);
   border: none;
   width: 2rem;
   height: 2rem;
  }
  #prev-icon{
    left:-40px;
  }
  #next-icon{
  transform: rotate(180deg);
  } 
  #indicators button{
    border-radius: 100%;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    transition: 0.2s ease-in-out left;
    font-weight: lighter;
    margin:7px ;
    margin-bottom:-50px;
    background-color:rgb(103, 97, 97);

  
   } 

  .contain {
    padding-top: 2%;
    background-color: rgb(152, 208, 210);
    opacity: 0.9;
  }

  .contain h2 {
    text-align: center;
    color: rgba(45, 43, 43, 0.815);
    font-size: 230%;
  }

  .e-img {
    margin-top: 20%;
    border-radius: 50%;
    margin-left: 5%;
    border: 1px solid white;
  }

  .contain p {
    font-weight: 900;
    font-size: x-large;
    margin-bottom: 45%;
    margin-left: -10%;
    letter-spacing: -0.03em;
  }

  .row-container {
    opacity: 0.8;
  }

  .row-container img {
    width: 100%;
    height: 100%;
    margin-left: -2%;
  }

  .row-container h4 {
    text-align: center;
    justify-content: center;
    font-size: xx-large;
    font-weight: 700;
    letter-spacing: -1px;
    padding-top: 3%;
    margin-right: 9%;
  }

  .row-container p {
    margin-top: 5%;
    font-size: small;
    text-align: justify;
    word-spacing: 0.05em;
    letter-spacing: -1px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .form h5 {
    padding-top: 10%;
    margin-left: 15%;
    font-size: x-large;
  }

  .form p {
    margin-top: 2%;
    letter-spacing: 0.50px;
    margin-left: 15%;
    margin-right: 10%;
    text-align: justify;
    word-spacing: 0.05em;
    font-size: medium;
  }

  .button {
    color: white;
    padding: 6px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: -3px -8px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  .button1 {
    background-color: rgb(70, 168, 171);
    color: white;
    border: 1px solid rgb(70, 168, 171);
    border-radius: 30px;
  }

  .button1:hover {
    color: black;
    background-color: white;
  }

  input[id=email] {
    border-radius: 30px;
    border: 1px solid black;
  }

  .form-social-icons {

    display: inline-flex;
    padding-top: 10%;
    margin-left: 15%;
    list-style-type: none;
  }

  .form-social-icons i {

    color: black;
    margin: 0.50rem;
    font-size: 20px;
  }

  /* Programs */


  .background-container {
    background-color: rgb(241, 193, 70);
    padding-top: 3%;
    padding-bottom: 3%
  }

  .content-contain {
    background-color: white;
    margin-left: 20%;
    margin-right: 20%;
    justify-content: center;
  }

  .content-contain p {
    padding-top: 3%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
  }

  .content-contain img {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 3%;
    display: block;
    width: 130%;
    height: 100%;
    border: hidden;
  }

  .content-contain h4 {
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }

  .program {
    width: 90%;
    background-color: #072b6c;
    margin-left: 10%;
    padding-top: 3%;
    margin-bottom: 1%;
    padding-bottom: 2%;
  }

  .program h5 {
    text-align: center;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 800;
  }

  .program hr {
    width: 35%;
    border: 2px solid rgb(156, 60, 0);
    margin: 1em 0;
    margin-left: 33%;
  }

  .program p {
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -2%;
  }

  .heading {
    margin-left: 10%;
  }

  .program-2 {
    width: 90%;
    background-color: rgb(229, 229, 229);
    margin-left: 10%;
    padding-top: 3%;
    padding-bottom: 2%;
    margin-bottom: 1%;
  }

  .program-2 h5 {
    text-align: center;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 800;
  }

  .program-2 hr {
    width: 35%;
    border: 2px solid rgb(4, 105, 93);
    margin: 1em 0;
    margin-left: 33%;
  }

  .program-2 p {
    letter-spacing: 0em;
    text-align: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -2%;
  }

  .data-image img {
    width: 100%;
    height: 30%;
    margin-top: 25%;
    justify-content: center;
    margin-left: 30%;
    animation: data-image 1s ease-in reverse;
    animation-delay: 3s;
  }

  @keyframes data-image {
    100% {
      opacity: 1;
      transform: translateX(100%);
    }

  }

  .float-image img {
    width: 60%;
    height: 30%;
    margin-top: 25%;
    justify-content: center;
    margin-left: 40%;
    animation: float-image 1s ease-in reverse;
    animation-delay: 3s;
  }

  @keyframes float-image {
    100% {
      opacity: 1;
      transform: translateX(100%);
    }

  }

  .data-container {
    width: 90%;
    background-color: rgb(229, 229, 229);
    margin-left: 10%;
    padding-top: 3%;
    padding-bottom: 2%;

  }

  .data-container p {
    letter-spacing: 0em;
    text-align: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -2%;
    padding-bottom: 5%
  }

  .data-container h5 {
    text-align: center;
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 800;
    padding-top: 5%;

  }

  .data-container hr {
    width: 35%;
    border: 2px solid rgb(4, 105, 93);
    margin: 1em 0;
    margin-left: 33%;

  }

  #horizontal-line {
    border: 1px solid goldenrod;
    width: 100%;
    margin-left: 0%;

  }

  /* careers */
  /* .pillar{
  
   } */

  .inline-card {
    margin-left: 20%;
    margin-right: 10%;
  }

  .img {
    display: inline-block;
    justify-content: center;
    width: 100%;
    height: 65%;
  }

  .inline-card [class^="col-md"] {
    background: white;
    border: 8px solid white;
    margin-bottom: 1%;
    padding-top: 1%;
    padding-bottom: 3%;
    margin: 8px;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2), 0 4px 18px 0 rgba(0, 0, 0, 0.19);
  }

  .date {
    margin-left: 1%;
    padding-top: 4%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
  }

  .address {
    margin-left: 1%;
    padding-top: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
  }

  .hr1 {
    width: 75%;
  }

  .bold {
    color: rgb(216, 119, 40);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: medium;
    font-weight: 800;
  }

  /* contact-us */
  .contact h1 {
    color: rgb(182, 99, 31);
    text-align: center;
    font-size: 800;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 2%;
  }

  .contact-form img {
    width: 350px;
    height: 180px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 5%;
  }

  input[id=fullname] {
    background-color: rgb(236, 235, 235);
    color: solid black;
    margin-bottom: 9px;
    border-radius: 0%;
    border: none;
    padding: 5px;
    padding-top: 2px;
    display: block;
  }

  input[id=fullname]:focus {
    background-color: rgb(236, 235, 235);
  }

  input[id=email-add] {
    background-color: rgb(236, 235, 235);
    color: black;
    margin-bottom: 9px;
    border-radius: 0%;
    border: none;
    padding: 5px;
    padding-top: 2px;
  }

  input[id=email-add]:focus {
    background-color: rgb(236, 235, 235);
  }

  textarea[id=request] {
    background-color: rgb(236, 235, 235);
    color: solid black;
    border-radius: 0%;
    border: none;
    text-decoration: none;
    padding: 5px;
  }

  textarea[id=request]:focus {
    background-color: rgb(236, 235, 235);
  }

  .button2 {
    background-color: black;
    color: white;
    text-align: center;
    position: bottom;
    border-radius: 0%;
    border: none;
    margin-left: 35%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 5%;
    margin-top: -3%;
  }

  /* professsional-development */
  .center {
    margin-left: 20%;
    margin-right: 20%;
    position: relative;
    background-color: #223f79;
    margin-top: 2%;
  }

  .top h3 {
    background-color: white;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: -1px;
    word-spacing: 2px;

  }
  span{
    margin-left:-5% ;
    font-size:250%;
    color: white;
  }

  .tp-caption h5 {
    color: white;
    display: inline-flex;
    margin-top: 7%;
    font-family: sans-serif;
   }
   
  
  
  .tp-caption i {
    color: white;
    font-size: x-large;
    font-weight:light;
   
  }
  .tp-caption :hover {
    color: rgb(221, 186, 96);
    transition: all 0.5s ease-in-out;
  }

 .show p {
    padding-top: 3%;
    color: white;
    font-size: 100%;
    font-family: sans-serif;
  }

 .rounded-pill {
    border: 1px solid goldenrod;
    color: white;
    background-color: #223f79;
    margin-top: 60%;
    text-align: center;
    padding: 25px 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 100%;
    font-size: large;
  }
  .rounded-pill:hover {
    text-decoration: none;
    color: rgb(203, 198, 198);
  }

  .center hr {
    background-color:white;
    border: 1px solid white;
    margin-left: 2%;
    margin-right: 2%;
  }

  .center hr:hover {
    border: 1px solid rgb(246, 179, 12);
  }

  .btn-warning {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 10%;
  }

  .btn-warning:hover {
    background-color: rgb(236, 208, 135);
  }

  /* annual-report */
  .bg-color {
    background-color: rgb(253, 241, 161);
    padding-top: 1%;
    margin-bottom: 5%;
  }

  .bg-image {
    padding-top: 3%;
    background-color: rgb(236, 235, 235);
    margin-left: 18%;
    margin-right: 18%;
  }

  .ar-img {
    width: 100%;
    height: 40%;
    border-radius: 3%;
  }

  .bg-image a {
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    white-space: nowrap;

  }

  .bg-image a:hover {
    color: #125482;
    text-decoration: none;
  }

  /* newletters */
  .element {
    margin-left: 20%;
    margin-right: 20%;
  }

  .element p {
    padding-top: 2%;
    text-align: center;
    font-size: medium;
    font-family: sans-serif;
    font-weight: lighter;
    margin-left: 5%;
    margin-right: 5%;
  }

  .newsletter {
    background-color: rgb(232, 196, 107);
    margin-top: 3%;
  }

  .newsletter h4 {
    padding-top: 60%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    letter-spacing: 0em;
    font-weight: bold;
  }

  .newsletter a {
    font-family: sans-serif;
    color: black;
    text-decoration: none;
    text-align: center;
    margin-left: 10%;
    font-size: large;
  }

  .newsletter a:hover {
    color: grey;
    text-decoration: none;
  }

  /* details */
  .head-container {
    background-color: #e5f3f3;
    padding-bottom: 5%;
  }

  .head-container p {
    color: black;
    text-align: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: larger;
    padding-top: 5%;
  }

  .head-container h1 {
    font-family: sans-serif;
    letter-spacing: -3px;
    text-align: center;
    justify-content: center;
    color: black;
    font-size: 400%;
    font-weight: 800;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 3%;
  }

  .head-container a {
    background-color: #e5f3f3;
    color: #059f9f;
    text-align: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid black;
    margin-left: 50%;
    font-weight: bold;
    text-decoration: none;
    margin-top: -5%;
  }
  .head-container a:hover {
    color: #059f9f;
    text-decoration: none;
  }

  .headings h4 {
    padding-top: 3%;
    margin-left: 20%;
    font-weight: bolder;
    font-size: 200%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .headings p {
    margin-left: 20%;
    font-size: medium;
  }

  .heading-icons {
    justify-content: center;
    display: inline-flex;
    padding-bottom: 10px;
    margin-left: 18%;
    list-style-type: none;

  }

  .heading-icons i {
    color: black;
    margin: 1rem;
    font-size: 22px;
  }

  /* activities */
  .activities {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 3%;
    
  }
.activity {
    border: 1px solid grey;
    margin-bottom: 3%;

  }
  .color img{
   border-radius:100%;
   margin-top: 10%;
   margin-left: 5%;
   width:30%;
  
  }
  #name{
    font-size: small;
    margin-top: 5%;
    margin-left: -35%;
  }
    /* .color i{

    color: black;
    margin: 0.50rem;
    font-size: 20px;
  } */

  .color h4 {
    padding-top: 1%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: -1px;
    text-decoration: none;
    font-size: 25px;
    margin-left: 2%;
    margin-right: 10%;
    color: black;
  }

 #para {
    margin-left: 2%;
    margin-right: 15%;
    letter-spacing: -1px;
    text-decoration: none;
    color: black;
    word-spacing: -1px;
    font-size: medium;
  }

  .color a {
    text-decoration: none;
  }

  .color :hover{
    color: #059f9f;
    text-decoration: none;
  }

  #para:hover {
    color: #059f9f;
    text-decoration: none;
  }
  #divider{
    border: 1px solid rgb(239, 172, 3);
   margin-bottom: 5%;
   margin-top: 10%;
  }
 .wrapper img{
  height: 110%;
  width:100%;
  background-color: rgba(0, 0, 0, 0.3);
 }


 .top-left{
  padding-top: 5%;
  position: absolute;
  top: 8px;
  left: 16px;
  color: white;
  font-size: small;
  margin-left: 4%;
 
}
.centered h3{
  position: absolute;
  top: 50%;
  font-size:500;
  transform: translate(-50%, -20%);
  color: white;
  margin-left: 9%;
  display: inline-block;
  font-family:sans-serif;
  display: block;
}



   






 
